home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / kommunik / multimed / snakcarb.sit / Snak 4.6.3 Carbon / Snak Manual.rsrc / TEXT_141.txt < prev    next >
Text File  |  2001-05-12  |  5KB  |  105 lines

  1.  
  2.  
  3. Using DCC
  4. DCC means Direct Client to Client connection, and is a function for transfering files and setting up an uninterruptible chat connection between two people.  
  5.  
  6.  
  7. DCC status window
  8. You can monitor your ongoing DCC Connections in the DCC Status window that can be opened from the Windows menu. This window lists each DCC connection, and provides details of the progress of the transfer. 
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. The window has buttons to accept or close a particular incoming DCC connection, so they are enabled or disabled when you select a DCC connection from the list. 
  24.  
  25. In this picture a file is being sent to the nick Spam_man, and the transfer is about 16% done, with 6 minutes left to go.  Selecting the item, and pressing Close will end the transfer, and pressing Send or Chat will start a new transfer or DCC Chat.
  26.  
  27. The progress column will alternate between time left information will transmission speed.
  28.  
  29.  
  30. Accepting incoming DCC requests
  31. In addition to choosing the DCC request in the DCC window and pressing Get or Chat you can also type "/DCC Get" with an optional nickname. If you do not specify a nickname, the program will accept the first of the currently waiting DCC requests.
  32.  
  33.  
  34. DCC Chat
  35. DCC Chat sessions do not pass through the network of IRC servers that normal messages use. Instead these messages are transmitted directly between the two involved computers, which makes for a more secure connection that can not be interrupted. 
  36.  
  37. The DCC Chat sessions are started via normal IRC messages, but once the connection is established is becomes independant of the server connection, and will not be subject to the normal IRC problems like netsplit etc. 
  38.  
  39. Start a DCC Chat session with someone by typing 
  40. /DCC chat <nickname> or by pressing the Chat button in the DCC status window.
  41.  
  42.  
  43. Sending Files
  44. Snak can send files using either Binary or MacBinary transfer method (see next paragraph). To start the transfer, you can either type 
  45.  
  46. /DCC send <nickname> <full pathname>   OR
  47. /DCC send <nickname>
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. If you do not provide a pathname, Snak will bring up a standard file dialog where you can select the file to send and choose the transfer 
  79. method.
  80.  
  81. You can also send a file to someone by dragging its icon into the 
  82. userlist and releasing it onto the nick that you want to send it to. This method will use the default transfer method that you have selected under the DCC preferences in the preferences window.
  83.  
  84. In the case of a DCC chat or a query window you can also start a transfer by dragging the file in from the finder and dropping it on the text area of the window.
  85.  
  86.  
  87. Choosing the transfer method
  88. The correct transfer method depends on the kind of file and of the receiving computer. MacBinary is only supported on Macintosh IRC clients, so if the receiver is using a PC, the Binary transfer method should be used. To send files to someone on another Mac, the MacBinary format should be used. 
  89.  
  90. MacBinary is a standard for preserving the specifics of Macintosh files when transmitted. On a PC a file is just a stream of bytes with no additional information. However, a Mac needs additional information in order to correctly display the file icon and launch the correct application when an user doubleclicks the file. 
  91.  
  92. Additionally, a Macintosh file comes in two parts - a data fork which corresponds to a PC file, and a resource fork which has no PC counterpart. The MacBinary standard defines how the filetype information, the data fork and the resource fork is packed together, so if the receiver is on a Macintosh, the MacBinary format should be used. 
  93.  
  94. If the Binary transfer method is chosen instead it is not possible to correctly transfer certain types of files like applications, because only the data fork will be sent. If the files are raw data - like .jpg pictures, the Binary method is fine because such files typically do not contain a resources.
  95.  
  96.  
  97. Receiving Files
  98. Snak can automatically detect if an incoming file is MacBinary or Binary
  99. To accept a file that has been offered, open the DCC Status window, select the particular DCC connection and press the Accept button. Snak will then acknowledge the other computer that it is ready and the transfer will begin. 
  100.  
  101. You can also type "/DCC Get" with an optional nick name to accept the transfer.
  102.  
  103. If you have chosen to automatically receive DCC file transmissions, the file will be placed in the folder that was selected on the DCC panel in the preferences window. In that panel you can also specify that you automatically want to accept DCC file transfers, either from everybody or just a specified list of nicknames.
  104.  
  105. If you manually accept an incoming file, the program will display a save file dialog where you can specify where to save the file.